# Secrets
.env
.env.*
!.env.example
*.key
*.pem
credentials.json

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.ipynb_checkpoints/

# Node
node_modules/
dist/
build/
*.tsbuildinfo
npm-debug.log*

# Java
target/
*.class

# Editors / OS
.vscode/
.idea/
Thumbs.db
desktop.ini

# Local scratch output
data/out/
*.log
